Introducing the Web Audio API
'hello world' application presented as a code example, showing perhaps the simplest use of the Web Audio API to produce and manipulate sound.
We then extend this application to show alternative approaches to its implementation, coding practices, and how sound is manipulated in an audio graph.
- Hello World: possibly the simplest example of using the Web Audio API to make a sound
- UserInteraction: extending the Hello World with a gain control
Code examples correspond to examples from Chapter 1 in the book 'Working with the Web Audio API'.
Feel free to contact me at joshua.reiss@qmul.ac.uk